Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use resource_retriever in the bridge #515

Merged
merged 6 commits into from
Mar 22, 2024

Conversation

caguero
Copy link
Contributor

@caguero caguero commented Mar 20, 2024

🎉 New feature

Summary

As suggested in #501, this patch updates the bridge to use the resource_retriever allowing the use of package:// and file://.

Test it

Checklist

  • Signed all commits for DCO
  • Added tests
  • Added example and/or tutorial
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

caguero added 2 commits March 20, 2024 17:12
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
@caguero caguero mentioned this pull request Mar 20, 2024
9 tasks
@caguero caguero requested a review from azeey March 20, 2024 17:41
Signed-off-by: Carlos Agüero <[email protected]>
@caguero caguero marked this pull request as ready for review March 20, 2024 18:44
@caguero caguero requested a review from ahcorde as a code owner March 20, 2024 18:44
ros_gz_bridge/CMakeLists.txt Outdated Show resolved Hide resolved
@@ -70,7 +70,7 @@

<plugin name="ros_gz_sim::ROSGzBridge"
filename="ros-gz-bridge-system">
<config_file>package://ros_gz_sim_demos/config/full.yaml</config_file>
<config_file>package://ros_gz_bridge/config/full.yaml</config_file>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you moved this file to package://ros_gz_bridge/test/config/full.yaml, isn't it ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, updated in 9576d86.

caguero and others added 3 commits March 21, 2024 19:44
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
…osim/ros_gz into caguero/resource_retriever_rolling
@ahcorde ahcorde merged commit 34160af into caguero/ros2_gz_system Mar 22, 2024
3 of 7 checks passed
@ahcorde ahcorde deleted the caguero/resource_retriever_rolling branch March 22, 2024 08:44
caguero added a commit that referenced this pull request Mar 29, 2024
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants